home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 May / Macworld (1998-05).dmg / Updaters / SoftWindows 95 5.0.2 / SoftWindows Upgrade Disk / UNIXONLY / U95KBD_2.UGD < prev    next >
Encoding:
Text File  |  1998-02-17  |  1.2 KB  |  49 lines

  1. #[
  2. #    Name:        u.u95kbd_2.ugd
  3. #
  4. #    Derived from:    u95kbd.ugd
  5. #
  6. #    Author:        Clive Standbridge
  7. #
  8. #    Created on:    Mar 1997
  9. #
  10. #    Sccs ID:    @(#)u.u95kbd_2.ugd    1.1 03/19/97
  11. #
  12. #    Coding Stds:    
  13. #
  14. #    Purpose:    A script file for use with Windows 95 upgrader WIN95LIC
  15. #            This file is a template UGD file for setting up
  16. #            international (i.e. non-US) keyboards and is specific to
  17. #            a subset of Unix hosts with non-standard keyboard layouts.
  18. #            This template needs to be pre-processed (by keybconf)
  19. #            to set the selected keyboard.
  20. #
  21. #    Copyright 1997 Insignia Solutions PLC. All rights reserved.
  22. #]
  23.  
  24.  
  25. # Note W95_LOCALE_NO and W95_SUBLOCALE will be replaced before processing this script.
  26.  
  27. #-------------------------------------------------------------------------------
  28. # Configure a standard keyboard language to use a host-specific keyboard layout.
  29. #-------------------------------------------------------------------------------
  30.  
  31. REG
  32. UPD
  33. HKEY_CURRENT_USER
  34. keyboard layout\substitutes\W95_LOCALE_NO
  35. REG_DEFAULT
  36. W95_SUBLOCALE
  37. END
  38.  
  39. # Apply the same settings for anonymous users.
  40.  
  41. REG
  42. UPD
  43. HKEY_USERS
  44. .Default\keyboard layout\substitutes\W95_LOCALE_NO
  45. REG_DEFAULT
  46. W95_SUBLOCALE
  47. END
  48.  
  49.